*{margin: 0px;padding: 0px;}
body{min-width:1200px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1200px;
	margin:0 auto;
}
.top{
	width: 100%;
	height: 40px;
	background: #fff;
	overflow: hidden;
}
.top p{
	float: left;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 40px;
}
.top ul{
	float: right;
	height: 40px;
	overflow: hidden;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #6d6d6d;
}
.top ul li a{
	color:#3c3c3c;
	font-size: 14px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height:120px;
	background: url(../images/bg01.png) repeat-x;
	overflow: hidden;
}
.head .name{
 	 float: left;
}
.head img{
	display: block;
}
.head .main div div{
	display:table-cell;
	vertical-align: middle;
	height: 120px;
}
.head  .tel{
	 float: right;

}
 
.nav{
	width: 100%;
	height: 60px;
	background:#0181B0;
	position: relative;

 
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 60px;
}
.nav ul li{
	float: left;
	width: 150px;
	height: 60px;
	position: relative;
	text-align: center;
	line-height: 60px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
	display:block;
}
.nav ul li:hover{
	background: #48ACEA;
}
.nav ul li:hover ul{
	display: block;
}

.nav ul ul{
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 1;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
	background: #0181B0;
}
.nav ul ul li{
	width: 100%;
	height:40px;
	line-height: 40px;
	overflow:hidden;
	border-bottom: 1px solid #fff;
}
.nav ul ul li a{
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 12px;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:auto;
 overflow:hidden; 
 position:absolute; 
 left:50%;
 transform: translateX(-50%); 
 bottom:30px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 border-radius: 50%;
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 border: 1px solid #0181B0;
 box-sizing: border-box;
 width: 18px;
 height: 18px;
 margin: 0 5px;
 
}
.banner .hd ul li.on{
 background:#0181B0;
  
}
.banner .bd{
 position:relative; 
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.keywords{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#0181b0;
	line-height: 40px;
	float: left;
}
.keywords ul{
	float: left;

}
.keywords ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height:40px;
	color: #666666;
}
 


.equ{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.title p{
	color:#222222;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}
.title span{
	display: block;
	text-align: center;
	color:#999999;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
	font-family: 'Arial';
}
.title img{
	display: block;
	margin: 0 auto;
	margin-top: 3px;
}
.equ ul{
	height: auto;
	overflow: hidden;
}
.equ ul li{
	float: left;
	width: 286px;
	height: auto;
	margin-top: 25px;
	margin-left: 18px;
}
.equ ul li:nth-child(4n-3){
	margin-left: 0;
}

.equ ul li p{
	text-align: center;
	color:#1a1a1a;
	font-size: 16px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
}

.equ .more{
	display: block;
	width: 170px;
	height: 48px;
	border: 1px solid #0181B0;
	text-align: center;
	line-height: 48px;
	box-sizing: border-box;
	color:#0181b0;
	font-size: 15px;
	border-radius: 3px;
	margin: 0 auto;
	margin-top: 30px;
}
.equ .more:hover{
	background: #0181B0;
	color:#fff;
}
.img-box{
	overflow: hidden;
}

.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}

.about{
	width: 100%;
	margin: 0 auto;
	height: 440px;
	overflow: hidden;
	margin-top: 60px;
	background: #EEEEEE;
}
.about .pic{
	width: 600px;
	height: auto;
	margin-top: 40px;
 
	float: left;
	overflow: hidden;
	background: url(../images/bg02.png) no-repeat left bottom;
 	padding-bottom: 22px;
}
.about .pic img{
	display: block;
	width: 600px;
	height: 360px;
}
.about .right{
	width:545px;
	height: auto;
	float: right;
	overflow: hidden;
	margin-top:50px;
 
}
.about .right .tit{
	width: 100%;
	height: 45px;
 	position: relative;
	border-bottom: 1px solid #000000;
}
.about .right .tit:after{
	content: "";
	width: 150px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom:-2px;
	background: #0181B0;
}
 
.about .right .tit p{
	color:#1a1a1a;
	font-size: 24px;
	float: left;
	font-weight: bold;
 
}
.about .right .info{
	width: 100%;
	height: auto;
	overflow:auto;
	text-indent: 2em;
	margin-top: 25px;
	height:200px;
}
.about .right .info p{
	color:#1a1a1a;
	font-size: 15px;
	line-height: 28px;
}
.about .right a{
 	display: block;
 	width: 170px;
 	height: 48px;
 	border: 1px solid #0181B0;
 	text-align: center;
 	line-height: 48px;
 	box-sizing: border-box;
 	color:#0181b0;
 	font-size: 15px;
 	border-radius: 3px;
 
 	margin-top: 30px;
}

.about .right a:hover{
	background: #0181B0;
	color:#fff;
}

.gg{
	width: 100%;
	height: 180px;
	background: url(../images/gg.png)no-repeat center;
 
}


.cases{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases ul{
	margin-top: 20px;
}
.cases ul li{
	float: left;
	width: 294px;
	height: auto;
	margin-left: 8px;
	overflow: hidden;
}
.cases ul li img{
	display: block;
	width: 282px;
	height: 208px;
	border: 1px solid #eeeeee;
	padding: 5px;
}
.cases ul li  p{
	text-align: center;
	font-size: 16px;
	color:#1a1a1a;
	line-height: 40px;
}
.cases ul li:nth-child(1){
	margin-left: 0;
}
.cases ul li:hover p{
	text-decoration: underline;
}

.news{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.news .title{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#0181B0;
}
.news .title div{
	display: flex;
	height: 80px;
	align-items: center;
	margin-left: 10px;
}
.news .title div p{
	color:#fff;
	font-size: 24px;
	margin-left: 10px;
}
.news .title a{
	float: right;
	color:#fff;
	margin-right: 25px;
	font-size: 14px;
}
.news .left{
	width: 540px;
	float: left;
	height: 425px;
	position:relative;
	margin-top: 25px;
}
.news .left img{
	display: block;
	width: 540px;
	height: 425px;
}
.news .left div{
	width: 520px;
	height: 70px;
	padding: 15px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0,0,0,0.5);
}
.news .left div p{
	color:#fff;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .left div span{
	display: block;
	color:#fff;
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul{
	width: 640px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 25px;
}
.news ul li{
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dashed #efefef;
	padding-bottom: 15px;
	height: 60px;
}
.news ul li .time{
	width: 100px;
	float: left;
	height: 60px;
	background: #eeeeee;
}
.news ul li .time b{
	width: 100%;
	display: block;
	height: 39px;
	border-bottom: 1px dashed #fff;
	line-height: 39px;
	font-size: 30px;
	color:#1a1a1a;
	text-align: center;
}
.news ul li .time span{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color:#666666;
}
.news ul li .info{
	width: 510px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-right: 10px;
}
.news ul li .info p{
	color:#1a1a1a;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 5px;
	text-overflow: ellipsis;
}
.news ul li .info span{
	display: block;
	color:#666666;
	font-size: 14px;
	overflow: hidden;
	margin-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li:hover p{
	color:#0181B0;
}
.news ul li:hover .time{
	background: #0181B0;
}
.news ul li:hover .time b{
	color:#fff;
}
.news ul li:hover .time span{
	color:#fff;
}


.links{
	width: 100%;
	height: 80px;
	background: #eeeeee;
	overflow: hidden;
	margin-top: 67px;
}
.links .tit{
	width: 165px;
	height: 40px;
	margin-top: 20px;
	float: left;
	background: url(../images/tit03.png)no-repeat center;
}
.links .tit p{
	color:#666666;
	text-align: center;
	text-indent: 10px;
 	margin-top: 13px;
	font-size: 22px;

}
.links ul{
	width: 990px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.links ul li{

	padding:0 10px;
	line-height:30px;
	float: left;
}
.links ul li a{
	color:#666666;
	font-size: 13px;
}

.footer{
	width: 100%;
	height: 330px;
	background: #1c2127;
}
.footer .main{
	border-left: 1px solid #fff;
	height: 290px;
}
.footer .fn{
	width: 380px;
 
	height: 260px;
	float: left;
	margin-top: 25px;
	border-right: 1px solid #eee;
}
.footer .fn .tit{
	width: 228px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.footer .fn .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	margin-top: 10px;
}
.footer .fn ul{
	width: 228px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 15px;

}
.footer .fn ul li {
	float: left;
	line-height: 25px;
	width: 48%;
	text-align: center;
}
.footer .fn ul li:nth-child(2n){
	float: right;
}
.footer .fn ul li a{
	color:#fff;
	font-size: 16px;

}
.footer .info{
	float: left;
	margin-left: 70px;
	width: 503px;
 	
	border-right: 1px solid #fff;
	align-items: center;
	height: 260px;
	margin-top: 25px;
	 
}
.footer .info b{
	font-size: 15px;
}
.footer .info p{
	color:#ffffff;
	font-size: 14px;
	width: 440px;
	margin-top: 20px;
	line-height: 26px;
}
.footer .info a{
	color:#fff;
}
.footer .ewm{
	width: 140px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top:80px;
	margin-right: 0;
}
.footer .ewm img{
	display: block;
	width: 134px;
	height: 134px;
	border: 3px solid #fff;
}
.footer .ewm p{
	width: 100%;
	color:#fff;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}


.float{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 180px;
}
.float ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
.float ul li:nth-child(2):hover{
	margin-left: 0;
}
.float ul li:nth-child(3):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover{
	margin-left: 0;
}
.float ul li:nth-child(4):hover img{
	height: 120px;
}
.float ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 45PX;
 	line-height: 45px;
  
 	padding-top: 5px;
 	 
	font-weight: bold;
	background: #454545;
 
}
.float ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #454545;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float ul li:nth-child(1) span{
	background:#454545 url(../images/float01.png)no-repeat  center;
}
.float ul li:nth-child(2) span{
	background:#454545 url(../images/float02.png)no-repeat   center;
}
.float ul li:nth-child(3) span{
	background:#454545 url(../images/float03.png)no-repeat   center;
}
.float ul li:nth-child(4) span{
	background:#454545 url(../images/float04.png)no-repeat   center;
}
.float ul li:nth-child(5) span{
	background:#454545 url(../images/float05.png)no-repeat   center;
}
.float ul li div{
	width:130px;
	float: left;
	background: #454545;
	height: auto;
	overflow: hidden;
}
.float ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}


.in-content{
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;
}
.left-cont{
	width:260px;
	height: auto;
	float: left;
	overflow: hidden;
 
}
.left-cont .list{
	width: 100%;
	height: auto;
	overflow: hidden;
  	
}
.left-cont .list .tit{
	width: 100%;
	height: 86px;
	overflow: hidden;
	background: #0181B0;
	border-radius: 8px 8px 0 0;
	margin-bottom: 10px;
}
.left-cont .list .tit p{
	color:#fff;
	font-size: 24px;
	font-weight: bold;
 
	text-align: center;
	margin-top: 15px;

}

.left-cont .list .tit span{
	display: block;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
 	text-align: center;
	margin-top:5px;
}
.left-cont .list h4{
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	margin: 0 auto;
	margin-top: 5px;
	line-height: 40px;
	border-radius: 6px;
	text-align: center;
 	border: 1px solid rgb(200, 200, 200);
}
.left-cont .list h4:hover{
	background: #0181B0;
	border-bottom: 1px solid #0181B0;
}
.left-cont .list h4:hover a{
	color:#fff;
}
.left-cont .list h4 a{
	color:#363634;
	font-size: 16px;
	font-weight: normal;
 
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.left-cont .list  ul{
	width: 268px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.left-cont .list  ul li{
	width: 100%;
	height: 44px;
	border-bottom: 1px dashed #999999;
	line-height: 44px;
}
.left-cont .list  ul li:hover a{
	color:#006cd8;
}

.left-cont .list  ul li a{
	color:#363634;
	font-size: 16px;
	margin-left: 45px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.left-cont .quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eee;
	border-radius: 8px 8px 0 0;
}
.left-cont .quick .tit {
	width: 100%;
	height: 60px;
	background: #0181B0;
}
.left-cont .quick .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
}

.left-cont .quick ul{
	width: 94%;
	margin: 10px auto;
}
.left-cont .quick ul li{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed #ccc;
}

.left-cont .quick ul li a{
	color:#333;
	font-size: 16px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.left-cont .quick .info{
	width: 96%;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}
.left-cont .quick .info p{
	color:#333;
	font-size: 14px;
	line-height: 24px;
}


.right-cont{
	width:800px;
	height: auto;
	overflow: hidden;
	float: right;
}

.title-bar{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 2px solid #0181B0;
}

.title-bar h4{
	font-size: 24px;
	color:#0181B0;
	float: left;
}

.title-bar .crumbs{
	float: right;
	margin-top: 10px;
}
.crumbs p{
	font-size: 12px;
	color:#333;
	float: left;
}

.crumbs  a{
 	padding-right: 10px;
	color:#333;
	position: relative;
	font-size: 12px;

}

.crumbs  a:after{
	content: '>';
	font-size: 14px;
	position: absolute;
	right: 1px;
	top: -2px;
	color:#333;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


 

.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	float: left;
}
 .page  .bd{
 	display: table;
 	margin: 0 auto;
 }
 .page ul li{
 	float: left;
 	width: 56px;
 	height: 30px;
 	border: 1px solid #ccc;
 	text-align: center;
 	line-height: 30px;
 	margin: 0 5px;

 }
 .page ul .on{
 	background: #ccc;
 	color:#fff;
 }
 .page ul li a{
 	color:#333;
 }
.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


 .fy p{
	width: 240px;
	height: 50px;
	float: left;
	padding: 0 10px;
	line-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
	border-left: 1px solid #d2d2d2;

}
 .fy p:first-child{
 	border: none;
 }

 .fy a{
 	color:#333333;
 	font-size: 14px;
 }

  .fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
  }



.article-detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}


.article-detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.article-detailed .tit p{
	color:#333;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	height: 30px;
}

.article-detailed .tit span{
	display: block;
	color:#333;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}

.article-detailed  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.article-detailed  .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.article-detailed  .intro p{
	color:#333;
	font-size: 16px;
	line-height: 30px;
}
.article-detailed  .intro a{
	color:#333333;
}

.map{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

 .allmap{
	width: 100%;
	height: 400px;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	border: none;
}
.news-list ul  {
	width: 100%;
	padding: 0;
}

.news-list ul  li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	position: relative;
	border-bottom: 1px dashed #ccc;
}
.news-list ul  li:after{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background: #333;
	border-radius: 50%;
}

.news-list ul  li a{
	display: block;
	width: 650px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    float: left;
    margin-left: 15px;
    color:#333;
}
.news-list ul  li:hover a{
	color:#0181B0;
}
.news-list ul  li span{
	display: block;
	float: right;
}
 
.mssg-intro{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	float: left;
}

.mssg-intro form{
	width: 390px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.mssg-intro form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.mssg-intro form ul li input{
	height: 50px;
	border: none;
	width: 100%;
	outline: none;
	text-indent: 10px;
	color:#999999;
	font-size: 16px;
	background: none;
	font-family: '微软雅黑' ;
}

.mssg-intro form ul li textarea{
	width: 500px;
	height: 100px;
	border: none;
	outline: none;
	font-family: '微软雅黑' ;
	resize: none;
	background: none;
 	text-indent: 10px;
	padding-top: 10px;
	color:#999;
	font-size: 16px;
}

.mssg-intro form .btn input{
	width: 180px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #0181B0;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}

.pic-box{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-top: 15px;
}

.pic-box ul li{
	float: left;
	width: 258px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 11px;
}
.pic-box ul li:nth-child(3n-2){
	margin-left: 0;
}

.pic-box ul li div{
	border: 1px solid #ccc;
	box-sizing:border-box;
}
.pic-box ul li img{
	display: block;
	width: 100%;
 
}
.pic-box ul li p{
	width: 100%;
	height: auto;
	font-size: 14px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color:#333;
    margin-top: 5px;
	overflow: hidden;
}
 